shortcutsshortcut: Be a GtkWidget
authorTimm Bäder <mail@baedert.org>
Thu, 12 Jan 2017 11:59:06 +0000 (12:59 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 20 Jan 2017 20:33:37 +0000 (21:33 +0100)
commit524bf22db796d70c07ac75a240aefef7c46e2b92
tree9ee1cde30f616ac77b9085a1506da2bfdba2d1be
parent8085884277fd45df7aa212390223b0aa78b68cab
shortcutsshortcut: Be a GtkWidget

Instead of subclassing GtkBox and overriding _add to not work, subclass
GtkWidget and add a normal GtkBox as a child widget.
gtk/gtkshortcutsshortcut.c